/* common styling */
.meno { font-family: arial, sans-serif; width: 138px; height: 138px; position: relative; margin: 0; font-size: 14px; font-weight: 800; margin: 0px 0 0px 0; }/**/
.meno ul li a, .meno ul li a:visited { display: block; text-decoration: none; width: 138px; height: 40px; text-align: center; vertical-align: middle; /*垂直居中对齐*/ color: #666; background: #eee url(spring%20menu21.jpg); /*面色*/ line-height: 40px; font-size: 14px; overflow: auto; }/**/
.meno ul { padding: 0; margin: 0; list-style-type: none; }
.meno ul li { float: right; margin-right: 0px; position: relative; }
.meno ul li ul { display: none; }
/* specific to non IE browsers */
.meno ul li:hover a { color: #fff; background: #39f url(springmune2110.jpg); }/*1层底色 字体色*/
.meno ul li:hover ul { display: block; position: absolute; top: 0; right: 138px; width: 138px; }/*1层底部长度*/
.meno ul li:hover ul li ul { display: none; }
.meno ul li:hover ul li a { width: 116px; height: 20px; color: #666; line-height: 20px; font-size: 12px; overflow: auto; font-weight: 600; text-align: left; }/**/
.meno ul { padding: 0; margin: 0; list-style-type: none; }
.meno ul li:hover ul li a { display: block; background: #eee url(spring%20menu22.jpg); color: #666; }/*2层和3层颜色*/
.meno ul li:hover ul li a:hover { background: #39f url(spring%20menu2220.jpg); color: #CCC; }/*2,3层底色*/
.meno ul li:hover ul li:hover ul { display: block; position: absolute; right: 120px; top: 0; }
